Computes predictions with confidence and prediction intervals.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(doe_model), | intent(in) | :: | mdl |
The fitted DOE model. |
||
| real(kind=real64), | intent(in), | dimension(:,:) | :: | x |
The M-by-N matrix at which to evaluate the model. |
|
| real(kind=real64), | intent(in), | optional | :: | alpha |
Significance level (default 0.05 for 95% CI). |
The predictions with intervals.